home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0621.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.3 KB  |  56 lines

  1.  
  2. >Xmosaic has a lot of practical things which real uses want -- like  
  3. >mail and print and a bookmarks and stuff. Well done!
  4.  
  5. Definitely. I haven't built it yet, but bookmarks are a MUST! I use
  6. xgopher a lot in stead of midasWWW cuz with midsaWWW, I have to
  7. edit my home page by hand to add bookmarks.
  8.  
  9.  
  10. But Tim: about this user preferences stuff. I disagree with your
  11. strategy:
  12.  
  13. >That said, it would also be nice to customise it easily (yes, I want  
  14. >to have my cake and eat it!).  So the ability to set the home page up  
  15. system-wide with some sort of a .xmosaicrc file would be useful.
  16. >We'll have to make a covering script to fix 
  17. >
  18. >
  19. >I have a feeling that a menu option which sets the current document  
  20. >home (persistently) by writing out a ~/xxx.rc file is probably an  
  21. >easy way for users in arbitrary places to find out where to start.
  22. >"Set home here" or something.
  23. >
  24. >>From the system manager's point of view, a system-wide .rc would  
  25. >allow the home page to bet set up site wide without anyone having  
  26. >know about environment variables.  For one thing, easy though it is  
  27. >to pick CERN out from the document menu, when NCS is difficult to  
  28. >reach, one doesn't want the program to hang.  It migth also be useful  
  29. >to set a pointer to the root of a copy of your help tree.
  30.  
  31. X application should use the X resource database to get user
  32. preferences. Folks can build their X resource database from
  33. system-wide app-defaults files, files in their home directory,
  34. environment variables, command-line-args, etc.
  35.  
  36. Works good.
  37.  
  38. I've seen you write a couple times about having a user preference
  39. system that worked the same on the NeXT, Mac, X boxes, etc.
  40.  
  41. Making them look the same from an API would be great.
  42.  
  43. But don't make users adapt to a new WWW scheme for doing user preferences.
  44. NeXT folks should use the NeXT user preference database, just like all
  45. they do for their other tools. Mac folks should find "Preferences..."
  46. under the edit menu. X folks know how to muck with .Xdefaults and xrdb.
  47. (though a friendlier UI to the x resource database is badly needed).
  48.  
  49. The unix dot-files scheme is passe, I think -- especially for distributed
  50. applications. Don't require folks to use it. For example, with the
  51. X resource database, I can load resources off host A into my X server,
  52. then run midasWWW on host B and it will see my preferences.
  53.  
  54. Dan
  55.  
  56.